-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions to run tests + build docs locally #44
Conversation
Codecov Report
@@ Coverage Diff @@
## main #44 +/- ##
=======================================
Coverage 10.72% 10.72%
=======================================
Files 2 2
Lines 429 429
=======================================
Hits 46 46
Misses 383 383 |
I admit I didn't try the pip version. But the conda version worked for me! |
…A/mom6-regional into ncc/add-instructions-to-build-docs
|
||
```{code-block} bash | ||
cd docs | ||
pip install -r docs/requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work, would be just pip install -r requirements.txt
since you changed into docs
in the previous line.
I'll fix it! |
This PR adds a section in the docs to explain how contributors can:
https://mom6-regional--44.org.readthedocs.build/en/44/contributing.html